home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / swearbear.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2002-01-09  |  150b  |  11 lines

  1. on(release){
  2.    tellTarget("/bear")
  3.    {
  4.       gotoAndPlay(4);
  5.    }
  6.    tellTarget("/headdance/headmouth")
  7.    {
  8.       gotoAndPlay(1);
  9.    }
  10. }
  11.